home *** CD-ROM | disk | FTP | other *** search
- # This is a sample name list file that will allow you to
- # define names for the DNS server in WinProxy. You
- # should modify this file with your own names that you want
- # WinProxy to resolve.
- #
- # If you enter a domain name in the DNS configuration in
- # WinProxy, then these names will also be resolved as part
- # of that domain. For instance, if you define "MyComputer"
- # in this list, and specify your domain as "MyCompany.com"
- # then "MyComputer" as well as "MyComputer.MyCompany.com" will
- # return the specified IP address.
- #
- # The format of the name definitions is :
- # {Name}{space}{IP address}{end of line}
- #
- # You can also specify a name to point to the WinProxy
- # machine by setting the IP address to "WinProxy".
- #
- # With the following names (assuming the '#' were removed):
- #
- # MyComputer 90.0.0.2
- # WallysComputer 90.0.0.3
- # ProxyComputer 90.0.0.1
- # mail.netcom.com WinProxy
- #
- # If the domain in the DNS settings is set to "MyCompany.com"
- # and the IP address of the WinProxy machine is 90.0.0.1, then
- # the following IP addresses will be returned:
- #
- # MyComputer.MyCompany.com -> 90.0.0.2
- # MyComputer -> 90.0.0.2
- # WallysComputer.MyCompany.com -> 90.0.0.3
- # WallysComputer -> 90.0.0.3
- # ProxyComputer -> 90.0.0.1
- # ProxyComputer.MyCompany.com -> 90.0.0.1
- # mail.netcom.com -> 90.0.0.1
- # www.WinProxy.com -> Resolved over the Internet
- #
- # However, if the computer that WinProxy is running on requests
- # mail.netcom.com, then WinProxy will go to the Internet to
- # resolve the name. This is useful for setting up mapped ports
- # for applications that do not support proxy servers.
- #
- # If the WinProxy machine has multiple interfaces, then WinProxy
- # will return the most appropriate IP address.
- #
- # Domain names and computer names are NOT case sensitive.
- #
- # This default name list defines two names, FireWall and WinProxy,
- # which point to the WinProxy server. You are can change these
- # names or add names of your own below.
-
- FireWall WinProxy
- WinProxy WinProxy
-
-